home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Daddy Day Care Press Kit
/
Daddy Day Care Press Kit.iso
/
pc
/
acrobat reader 5 pc
/
plug_ins
/
escript.api
/
EXVW
/
6200
< prev
next >
Wrap
Text File
|
2002-12-13
|
290b
|
10 lines
dialog(name: '$$$/Dialogs/Response')
{
view(align_children: align_left)
{
static_text(item_id: 'ques', name: '$$$/Dialogs/Response/Question', alignment: align_fill, height: gStaticTextHeight * 2);
edit_text(item_id: 'rsps', width: max_char_width() * 25);
ok_cancel();
}
}